home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
FreeSoftware
/
MicrosoftXP
/
demo.exe
/
scripts
/
DefineButton2_17
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2001-03-22
|
148b
|
12 lines
on(release){
_level3.toggleSound();
if(_level3.soundOff)
{
gotoAndStop(1);
}
else
{
gotoAndStop(1);
}
}